home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / AppleShare IP SDK / ASIP User Authentication Module / Release Notes < prev    next >
Encoding:
Text File  |  1999-05-21  |  1.4 KB  |  30 lines  |  [ttro/ttxt]

  1. Release notes for ASIP UAM SDK 1.1
  2.  
  3. Both of the Kleartxt samples were built with CW Pro 3. The PGPuam Sample
  4. was built with CW Pro 4. You will also need an ASIP 6.1 server and a 3.8.1 
  5. client.
  6.  
  7. What doesn't work yet
  8. Server side
  9. Setting the Message Integrity Code key
  10.  
  11. Change Password
  12.         
  13. Client side
  14. asynchronous callbacks
  15.  
  16. the SetMicKey() call is stubbed out for now.
  17.  
  18. There is a problem with letting the AppleShare Client run the password dialog, for now, you need to supply your own password     dialog. This problem should be fixed in a future Client. btw this means that the Kleartxt sample won't work correctly, the passwords won't match.
  19.  
  20. In AFPDatastream.h the NAFP... commands are just redefinitions of PBControl... calls. If you are doing PPC native AFP development you will need to substitute PBControl... calls for  NAFP... calls. It will be fixed in a future version of the header.
  21.         
  22.  
  23. The UAM API and Carbon:
  24.     The client side UAM API is Carbon compliant. Under Carbon the callbacks go back to being function pointers instead of UPPs. There may be a new format for UAMs under carbon, ie we may not be doing code resources, but we will still have a single entrypoint. If you are planning on carbon compliance for your client side UAM, start by making a PPC resource with the routine descriptor at the start of the resource pointing to the PPC entry point.    
  25.  
  26.  
  27. Header name change:
  28.   The file AFPClient.h in the 1.0 SDK has been renamed afpDatastream.h. 
  29.  
  30.